home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gwu / constant.h < prev    next >
Text File  |  1996-01-30  |  581b  |  39 lines

  1. /*
  2.  * Copyright (C) 1985-1992  New York University
  3.  * 
  4.  * This file is part of the Ada/Ed-C system.  See the Ada/Ed README file for
  5.  * warranty (none) and distribution info and also the GNU General Public
  6.  * License for more details.
  7.  
  8.  */
  9. #define NUM_ACTIONS 1266
  10.  
  11. #define NUM_INPUTS 325
  12.  
  13. #define NUM_STATES 827
  14.  
  15. #define TABLE_SIZE 4639
  16.  
  17. #define MIN_PRAGMA 325
  18.  
  19. #define MAX_PRAGMA 344
  20.  
  21. #define MAX_RHS 11
  22.  
  23. #define EOFT_SYM 95
  24.  
  25. #define ID_SYM 65
  26.  
  27. #define STRING_SYM 67
  28.  
  29. #define NUMBER_SYM 66
  30.  
  31. #define CHAR_SYM 68
  32.  
  33. #define RANGE_SYM 47
  34.  
  35. #define ALL_SYM 6
  36.  
  37. #define NUMOVERLOADOPS 19
  38.  
  39.